remove useless nullable qfix and test done
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
5d33f779be
commit
5db0f2132c
@@ -0,0 +1,4 @@
|
||||
// "Remove useless '?'" "true"
|
||||
fun f(a: Int) : Boolean {
|
||||
return a is Int<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user