Add Test for Void

This commit is contained in:
Till Schnell 2021-04-14 10:18:15 +02:00
parent 5a151a965c
commit e139f8c867

View File

@ -24,4 +24,8 @@ class TestClassWildcardsFields
//counter++;
return localVar;
}
public void foo() {
}
}