Improve diagnostics on callable reference of unresolved class
#KT-10839 Fixed
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
package
|
||||
|
||||
public fun main(): kotlin.Unit
|
||||
public fun test1(): kotlin.Unit
|
||||
public fun test2(): kotlin.Unit
|
||||
|
||||
public final class A {
|
||||
public constructor A()
|
||||
|
||||
Reference in New Issue
Block a user