mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Fix ConstantValue-related testData for lightClasses tests
TODO support custom language version settings for lightClasses tests
This commit is contained in:
@@ -6,7 +6,7 @@ public interface TraitClassObjectField {
|
||||
static final class Companion {
|
||||
@org.jetbrains.annotations.Nullable
|
||||
public static final java.lang.String x = "";
|
||||
private static final java.lang.String y = "";
|
||||
private static final java.lang.String y;
|
||||
|
||||
private Companion() { /* compiled code */ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user