KT-11952 J2K: Assertion failed in PropertyDetectionCache.get on conversion of access to Java constant of anonymous type
#KT-11952 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import test.Bar;
|
||||
|
||||
public class Foo {
|
||||
public static void foo() {
|
||||
Object o = Bar.SET;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user