Files
kotlin-fork/compiler/testData/diagnostics/tests/numbers/kt47447.kt
T
2021-06-25 18:39:01 +03:00

7 lines
164 B
Kotlin
Vendored

// FIR_IDENTICAL
// LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
// ISSUE: KT-47447
// FULL_JDK
fun test()= java.util.Objects.requireNonNull(1 + 1)