Fix codefen test case by adding stdlib

This commit is contained in:
Alexander Udalov
2016-10-27 10:44:33 +03:00
parent a6783534f0
commit 455fef90c0
+2
View File
@@ -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