Fix codefen test case by adding stdlib
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
|
|
||||||
class S(val a: String, val b: String) {
|
class S(val a: String, val b: String) {
|
||||||
operator fun component1() : String = a
|
operator fun component1() : String = a
|
||||||
operator fun component2() : String = b
|
operator fun component2() : String = b
|
||||||
|
|||||||
Reference in New Issue
Block a user