mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
trait Bbb<P>
|
||||
|
||||
class ClassObjectExtendsTraitWithTP {
|
||||
class object : Bbb<String> {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user