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

3 lines
76 B
Kotlin
Vendored

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