Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun f(vararg t: Int, f: () -> Unit) {}
|
||||
|
||||
fun f(vararg t: String, f: () -> Unit) {}
|
||||
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
internal fun f(/*0*/ vararg t: jet.String /*jet.Array<jet.String>*/, /*1*/ f: () -> jet.Unit): jet.Unit
|
||||
internal fun f(/*0*/ vararg t: jet.Int /*jet.IntArray*/, /*1*/ f: () -> jet.Unit): jet.Unit
|
||||
Reference in New Issue
Block a user