mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package test;
|
||||
|
||||
class Question {
|
||||
// id2 is to prevent java type parameter type inference
|
||||
static <T> T id2(T p) { return p; }
|
||||
{
|
||||
java.util.List<? extends String> s = id2(_DefaultPackage.id(null));
|
||||
java.util.List<? extends String> s = id2(TestPackage.id(null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user