mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Private visibility for non-const, non-jvmField class companion property backing field
This commit is contained in:
@@ -3,8 +3,8 @@ class Test {
|
||||
return A.foo;
|
||||
}
|
||||
|
||||
public static String bar() {
|
||||
return A.bar;
|
||||
public static String constBar() {
|
||||
return A.constBar;
|
||||
}
|
||||
|
||||
public static String getBar() {
|
||||
|
||||
Reference in New Issue
Block a user