Object in void geändert in BoolLit

This commit is contained in:
Schubert, Julia (WWI2012D) 2015-06-22 16:55:11 +02:00
parent a901dd6b38
commit fe960b3fe0

View File

@ -1,6 +1,6 @@
class BoolLit{
Object method() { b = true; }
void method() { b = true; }