blob: 9ca0c6c425f1428e3f6da4381815c73333e5892f [file] [log] [blame]
package pack
@Deprecated("", ReplaceWith("newProp"))
val oldProp: String = ""
val String.oldProp: String get() = ""
val newProp: String = ""
fun foo(s: String){}
fun bar(s: String){}