Added basic type to the unit test to test that it doesn't add any dependencies.

This commit is contained in:
Tristan B. Kildaire 2021-06-06 18:39:15 +02:00
parent 0734a14f90
commit dd1ac9bdc3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
module typeChecking1;
A aInstance;
int jNumber;
class A
{