long == <int_literal> in Java converted to red code in Kotlin #KT-19393 Fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
79ecc7fd5c
commit
905b8cc4e9
@@ -20,4 +20,9 @@ class A {
|
||||
l2 = 10L
|
||||
l4 = 10
|
||||
}
|
||||
|
||||
void foo(long z) {
|
||||
boolean b1 = z == 1;
|
||||
boolean b2 = z != 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user