Report clashing signatures in the IDE
Expose extra diagnostics about platform signature clashes from light class data #KT-1 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() =
|
||||
object {
|
||||
<error>val x = 1</error>
|
||||
<error>fun getX() = 1</error>
|
||||
}
|
||||
Reference in New Issue
Block a user