/insideGenericClass.kt:10:18: error: No type arguments expected for 'class L<Outer(T), Outer(U)> : Any'.

/insideGenericClass.kt:11:18: error: No type arguments expected for 'class L<Outer(T), Outer(U)> : Any'.

/insideGenericClass.kt:14:11: error: Argument type mismatch: actual type is 'L<T (of fun <T> foo), U (of class C<U>)>', but 'L<Int, U (of class C<U>)>' was expected.

/insideGenericClass.kt:15:11: error: Argument type mismatch: actual type is 'L<T (of fun <T> foo), U (of class C<U>)>', but 'L<Int, Long>' was expected.
