Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/suppressOnFunctionReference.kt
T

3 lines
76 B
Kotlin
Vendored

// See KT-15839
val x = "1".let(@Suppress("DEPRECATION") Integer::parseInt)