explicit test for java signature writing
(partially replaces CompileJavaAgainstKotlinTest)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() = 1
|
||||
|
||||
// method: namespace::foo
|
||||
// jvm signature: ()I
|
||||
// generic signature: ()I // TODO: need to skip generic signature
|
||||
// kotlin signature: ()I // TODO: need to skip kotlin signature
|
||||
Reference in New Issue
Block a user