[FIR TEST] Add failing BB test with Deprecated annotation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun create() = "OK"
|
||||
|
||||
@Deprecated("Use create() instead()", replaceWith = ReplaceWith("create()"))
|
||||
fun create(s: String) = create()
|
||||
|
||||
@Deprecated("Use create() instead()")
|
||||
fun create(b: Boolean) = create()
|
||||
Reference in New Issue
Block a user