Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/wholeProject/property.before.Declarations.kt
T
2015-05-27 16:15:47 +03:00

8 lines
122 B
Kotlin

package pack
@deprecated("", ReplaceWith("newProp"))
val oldProp: String = ""
fun foo(s: String){}
fun bar(s: String){}