mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-01 15:51:52 +00:00
Remove KotlinSignature from tests, spec, delete tests with errors
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
package test;
|
||||
|
||||
import java.lang.String;
|
||||
import java.lang.UnsupportedOperationException;
|
||||
import java.util.*;
|
||||
import java.util.BitSet;
|
||||
import java.util.List;
|
||||
|
||||
import jet.runtime.typeinfo.KotlinSignature;
|
||||
|
||||
public class MethodWithVararg {
|
||||
@KotlinSignature("fun foo(vararg s : String)")
|
||||
public void foo(String... s) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user