Files
kotlin-fork/idea/testData/highlighter/deprecated/Invoke.kt
T
2015-09-25 19:20:20 +03:00

12 lines
284 B
Kotlin
Vendored

class MyRunnable() {}
@Deprecated("Use A instead") operator fun MyRunnable.invoke() {
}
fun test() {
val m = MyRunnable()
<warning descr="[DEPRECATED_SYMBOL_WITH_MESSAGE] 'invoke(): Unit' is deprecated. Use A instead">m</warning>()
}
// NO_CHECK_INFOS
// NO_CHECK_WEAK_WARNINGS