Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
open class Base<T>() {
|
||||
fun foo(): T = throw Exception()
|
||||
}
|
||||
|
||||
class Inh() : Base<String>()
|
||||
Reference in New Issue
Block a user