Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7.10
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:wnidows xp
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
-
Number of attachments :
Description
Following code prints 1 or 2 from time to time I start it. Tried at http://groovyconsole.appspot.com. This code generates error there:
java.lang.NoSuchFieldError: __$stMC at I1( or I2!!!!!!!!!!!!!!!!!!!!).<clinit>(Script1.groovy) at Script1.run(Script1.groovy:9)
but error differs from time to time too.
interface I1{ int VALUE = 1 } interface I2{ int VALUE = 2 } class C implements I1, I2{ } println(new C().VALUE)
Issue Links
- is related to
-
GROOVY-4756
wrong usage of _$st in interfaces
-