6372c01e49
This is required to correctly resolve overloading in cases when we need to find most specific alternative in Java between int and Integer.
5 lines
153 B
Plaintext
Vendored
5 lines
153 B
Plaintext
Vendored
FILE: FlexiblePrimitiveOverloading.kt
|
|
public final fun foo(): R|kotlin/Unit| {
|
|
R|java/lang/Integer.getInteger|(String(text), Int(239))
|
|
}
|