KT-1256 Error highlighting in IDE should be less annoying
#KT-1256 fixed
This commit is contained in:
@@ -34,7 +34,7 @@ class Foo() : <error>WithPC0</error>(), <error>this</error>() {
|
||||
}
|
||||
|
||||
class WithCPI_Dup(x : Int) {
|
||||
var <error>x</error> : Int
|
||||
<error>var x : Int</error>
|
||||
}
|
||||
|
||||
class WithCPI(x : Int) {
|
||||
|
||||
Reference in New Issue
Block a user