Files
Dmitriy Novozhilov de33a21fd1 [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
2023-04-19 14:33:24 +00:00

6 lines
84 B
Kotlin
Vendored

package test
class InnerClassReferencesOuterTP<P> {
inner class Inner<Q : P>
}