de33a21fd1
This is needed to avoid clash between generated test class `Nested` and `@Nested` annotation from JUnit 5
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
package test
|
|
|
|
class InnerClassReferencesOuterTP<P> {
|
|
inner class Inner<Q : P>
|
|
}
|