Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
Description
class Foo {
c =
x = 100
static void main(args)
}
prints 100 not 1
class Foo {
c =
x = 100
static void main(args)
}
prints 100 not 1