Annotator test data fixed
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// FILE: b.kt
|
||||
|
||||
fun Int?.optint() : Unit {}
|
||||
val Int?.optval : Unit = #()
|
||||
|
||||
@@ -40,7 +38,7 @@ val <T> T.<error>foo</error> : T
|
||||
fun Int.foo() = this
|
||||
|
||||
// FILE: b.kt
|
||||
package null_safety
|
||||
//package null_safety
|
||||
|
||||
fun parse(<warning>cmd</warning>: String): Command? { return null }
|
||||
class Command() {
|
||||
|
||||
Reference in New Issue
Block a user