[FIR] Refactoring: create use-site scopes via scope provider
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5f08fe88a5
commit
1715f1a864
+1
-1
@@ -4,5 +4,5 @@ val oo = object {
|
||||
// Forbidden in KT-13510
|
||||
class Nested
|
||||
|
||||
fun f1() = <!UNRESOLVED_REFERENCE!>Nested<!>(11)
|
||||
fun f1() = <!INAPPLICABLE_CANDIDATE!>Nested<!>(11)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user