mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
javac-wrapper: refactoring, fixes and tests
This commit is contained in:
committed by
Alexander Baratynskiy
parent
8494e54608
commit
01883a41cb
10
compiler/testData/compileKotlinAgainstJava/InnerWithGenericOuter.java
vendored
Normal file
10
compiler/testData/compileKotlinAgainstJava/InnerWithGenericOuter.java
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public abstract class InnerWithGenericOuter<T> {
|
||||
|
||||
public class Module {
|
||||
}
|
||||
|
||||
protected abstract void test(Module module);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user