Write typeinfo annotations of generated componentN methods
Add some LoadKotlin testcases to test that.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace test
|
||||
|
||||
jet.data() internal final class test.DataClass : jet.Any {
|
||||
public final /*constructor*/ fun <init>(/*0*/ x: jet.String, /*1*/ y: jet.Int): test.DataClass
|
||||
internal final fun component1(): jet.String
|
||||
internal final fun component2(): jet.Int
|
||||
internal final val x: jet.String
|
||||
internal final val y: jet.Int
|
||||
}
|
||||
Reference in New Issue
Block a user