10 lines
148 B
Kotlin
Vendored
10 lines
148 B
Kotlin
Vendored
package pack
|
|
|
|
@deprecated("", ReplaceWith("newProp"))
|
|
val oldProp: String = ""
|
|
|
|
val newProp: String = ""
|
|
|
|
fun foo(s: String){}
|
|
fun bar(s: String){}
|