Added new test case for use in type_checking
parent
70623ecd4a
commit
6de8e49a1f
@ -0,0 +1,13 @@
|
|||||||
|
module typeChecking1;
|
||||||
|
|
||||||
|
class A
|
||||||
|
{
|
||||||
|
A aInstance;
|
||||||
|
B bInstance;
|
||||||
|
}
|
||||||
|
|
||||||
|
class B
|
||||||
|
{
|
||||||
|
A aInstance;
|
||||||
|
B bInstance;
|
||||||
|
}
|
Loading…
Reference in New Issue