Highlight only declarations, without body, on platform signature clashes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class B {
|
||||
class C {
|
||||
<error>val x = 1</error>
|
||||
<error>fun getX() = 1</error>
|
||||
<error>val x</error> = 1
|
||||
<error>fun getX()</error> = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user