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