[FE Test] Rename nested directory in testdata into nestedClasses
This is needed to avoid clash between generated test class `Nested` and `@Nested` annotation from JUnit 5
This commit is contained in:
committed by
Space Team
parent
0ca86c86be
commit
de33a21fd1
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
public final class InnerClassReferencesOuterTP</*0*/ P> {
|
||||
/*primary*/ public constructor InnerClassReferencesOuterTP</*0*/ P>()
|
||||
|
||||
public final inner class Inner</*0*/ Q : P> /*captured type parameters: /*1*/ P*/ {
|
||||
/*primary*/ public constructor Inner</*0*/ Q : P>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user