Working on bindings in ifs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun test() {
|
||||
if (1 is Int) {
|
||||
if (<warning>1 is Boolean</warning>) {
|
||||
if (1 is <error>Boolean</error>) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user