tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package t
|
||||
|
||||
class Reproduce {
|
||||
|
||||
fun test(): String {
|
||||
data class Foo(val bar: String, val baz: Int)
|
||||
val foo = Foo("OK", 5)
|
||||
return foo.bar
|
||||
}
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
return Reproduce().test()
|
||||
}
|
||||
Reference in New Issue
Block a user