37cd7eb1ba
Use INACCESSIBLE_OUTER_CLASS_EXPRESSION error for marking already resolved elements #KT-3261 Fixed
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
fun ~test~test() = 1
|
|
|
|
class Test {
|
|
class object {
|
|
fun call() = `test`test()
|
|
}
|
|
|
|
fun test() = 2
|
|
}
|
|
|