[FIR] Approximate all integer literals which resolved in independent mode
#KT-42016
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// FIR_IDENTICAL
|
||||
fun fooInt(p: Int) = p
|
||||
fun fooLong(p: Long) = p
|
||||
fun fooByte(p: Byte) = p
|
||||
@@ -24,4 +23,4 @@ fun test() {
|
||||
fooByte(1 % 1)
|
||||
fooLong(1 % 1)
|
||||
fooShort(1 % 1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user