Test for KT-3331 RuntimeException in frontend-java at TypeVariableResolverFromTypeDescriptors.getTypeVariable()
#KT-3331 obsolete
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
public trait A<T> {
|
||||
fun bar(): T
|
||||
fun foo(): T = bar()
|
||||
}
|
||||
|
||||
public class B : A<String> {
|
||||
override fun bar() = ""
|
||||
}
|
||||
Reference in New Issue
Block a user