mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Fix ConstantValue-related testData for lightClasses tests
TODO support custom language version settings for lightClasses tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public final class TopLevelDestructuringKt {
|
||||
private static final int z = 3;
|
||||
private static final int z;
|
||||
|
||||
public static final int getZ() { /* compiled code */ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user