f29efc2ca2
#KT-7261 Fixed
5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
fun foo(i: Int) {
|
|
<caret>Integer.valueOf(1)
|
|
}
|
|
|
|
// EXPECTED: null |