KT-1256 Error highlighting in IDE should be less annoying
#KT-1256 fixed
This commit is contained in:
@@ -33,7 +33,7 @@ fun test() {
|
||||
val Int.abs : Int
|
||||
get() = if (this > 0) this else -this;
|
||||
|
||||
val <T> T.<error>foo</error> : T
|
||||
<error>val <T> T.foo : T</error>
|
||||
|
||||
fun Int.foo() = this
|
||||
|
||||
|
||||
Reference in New Issue
Block a user