KT-2142 function local classes do not work
#KT-2142 fixed except KT-2277 Check overloads for local declarations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//KT-2142 function local classes do not work
|
||||
|
||||
package a
|
||||
|
||||
fun foo() {
|
||||
class Foo() {}
|
||||
Foo() // Unresolved reference Foo
|
||||
}
|
||||
Reference in New Issue
Block a user