[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
+12
@@ -0,0 +1,12 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
class MembersReferenceOuterTP<P> {
|
||||
inner class Inner {
|
||||
fun <Q : P> f() {}
|
||||
fun g(p: P): P = null!!
|
||||
|
||||
val v: P = null!!
|
||||
val <Q : P> Q.w: Q get() = null!!
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user