Cleanup deprecated symbol usages in testData
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
import kotlin.reflect.*
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
fun foo(bar: String): Int = bar.length()
|
||||
fun foo(bar: String): Int = bar.length
|
||||
|
||||
class A(val c: String) {
|
||||
fun foz(baz: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user