remove useless nullable qfix and test done

This commit is contained in:
Kevin F. Chen
2013-02-14 12:50:03 -05:00
committed by Evgeny Gerashchenko
parent 5d33f779be
commit 5db0f2132c
6 changed files with 36 additions and 14 deletions
@@ -0,0 +1,4 @@
// "Remove useless '?'" "true"
fun f(a: Int) : Boolean {
return a is Int<caret>
}