Tests, messages and infra for deprecated symbol reporting
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import kotlin.reflect.*
|
||||
|
||||
val String.countCharacters: Int
|
||||
get() = length
|
||||
get() = length()
|
||||
|
||||
var Int.meaning: Long
|
||||
get() = 42L
|
||||
|
||||
Reference in New Issue
Block a user