9 lines
155 B
Kotlin
Vendored
9 lines
155 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false"
|
|
|
|
@Deprecated("")
|
|
class C(p: Int)
|
|
|
|
fun foo() {
|
|
<caret>C(1)
|
|
}
|