tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Thing(delegate: CharSequence) : CharSequence by delegate
|
||||
|
||||
fun box(): String {
|
||||
val l = Thing("hello there").length
|
||||
return if (l == 11) "OK" else "Fail $l"
|
||||
}
|
||||
Reference in New Issue
Block a user