8 lines
175 B
Kotlin
Vendored
8 lines
175 B
Kotlin
Vendored
import <!DEPRECATED_SYMBOL_WITH_MESSAGE!>C<!> as C2
|
|
|
|
Deprecated("obsolete")
|
|
class C {
|
|
fun use() {}
|
|
}
|
|
|
|
fun useAlias(c : <!DEPRECATED_SYMBOL_WITH_MESSAGE!>C2<!>) { c.use() } |