DeprecatedSymbolUsageFix: fixed for java declaration + one more test
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.DeprecatedSymbolUsageFix" "false"
|
||||
|
||||
@deprecated("")
|
||||
class C(p: Int)
|
||||
|
||||
fun foo() {
|
||||
<caret>C(1)
|
||||
}
|
||||
Reference in New Issue
Block a user