Added basic type to the unit test to test that it doesn't add any dependencies.
parent
0734a14f90
commit
dd1ac9bdc3
|
@ -1,6 +1,7 @@
|
||||||
module typeChecking1;
|
module typeChecking1;
|
||||||
|
|
||||||
A aInstance;
|
A aInstance;
|
||||||
|
int jNumber;
|
||||||
|
|
||||||
class A
|
class A
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue