Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/suppressOnFunctionReference.kt
T
2019-02-01 11:40:20 +03:00

4 lines
138 B
Kotlin
Vendored

// !WITH_NEW_INFERENCE
// See KT-15839
val x = "1".let(@<!NI;DEBUG_INFO_MISSING_UNRESOLVED!>Suppress<!>("DEPRECATION") Integer::parseInt)