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:
@@ -11,7 +11,7 @@ class A {
|
||||
|
||||
class object {
|
||||
fun main() {
|
||||
::<!UNRESOLVED_REFERENCE!>Nested<!> // KT-3261
|
||||
::Nested
|
||||
val y = A::Nested
|
||||
|
||||
y : KFunction0<A.Nested>
|
||||
|
||||
Reference in New Issue
Block a user