[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:
Dmitriy Novozhilov
2023-04-17 12:11:36 +03:00
committed by Space Team
parent 0ca86c86be
commit de33a21fd1
12 changed files with 42 additions and 42 deletions
@@ -0,0 +1,5 @@
package test
class InnerClassReferencesOuterTP<P> {
inner class Inner<Q : P>
}