Working on bindings in ifs

This commit is contained in:
Andrey Breslav
2011-06-13 14:33:32 +04:00
parent c2aceefe76
commit 3cacb512a3
6 changed files with 128 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fun test() {
if (1 is Int) {
if (<warning>1 is Boolean</warning>) {
if (1 is <error>Boolean</error>) {
}
}