move compileJavaAgainstKotlin tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import java.util.List;
|
||||
|
||||
fun gg(list: List<String>, vararg ints: Int) = list
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
import java.util.List;
|
||||
|
||||
fun gg(list: List<String>, vararg ints: Int) = list
|
||||