[SLC] make INSTANCE field for object public
^KT-56441 Fixed
This commit is contained in:
committed by
Space Team
parent
8e815e943e
commit
6c24436657
@@ -23,6 +23,12 @@ interface I {
|
||||
companion object { }
|
||||
}
|
||||
|
||||
class C2 {
|
||||
internal companion object {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
object Obj : java.lang.Runnable {
|
||||
@JvmStatic var x: String = ""
|
||||
override fun run() {}
|
||||
|
||||
Reference in New Issue
Block a user