Allow resolve class declarations in class objects
Use INACCESSIBLE_OUTER_CLASS_EXPRESSION error for marking already resolved elements #KT-3261 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun ~test~test() = 1
|
||||
|
||||
class Test {
|
||||
class object {
|
||||
fun call() = `test`test()
|
||||
}
|
||||
|
||||
fun test() = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user