// "class org.jetbrains.kotlin.idea.quickfix.DeprecatedSymbolUsageFix" "false" @deprecated("") class C(p: Int) fun foo() { C(1) }