forked from JavaTX/JavaCompilerCore
Object in void geändert in BoolLit
This commit is contained in:
parent
a901dd6b38
commit
fe960b3fe0
@ -1,6 +1,6 @@
|
|||||||
class BoolLit{
|
class BoolLit{
|
||||||
|
|
||||||
Object method() { b = true; }
|
void method() { b = true; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user