regression test for KT-5395
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class D {
|
||||
companion object {
|
||||
protected val F: String = "OK"
|
||||
}
|
||||
|
||||
inner class E {
|
||||
fun foo() = F
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return D().E().foo()
|
||||
}
|
||||
Reference in New Issue
Block a user