Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/InheritSubstitutedMethod.txt
T

14 lines
257 B
Plaintext
Vendored

<T> public abstract interface A : R|kotlin/Any| {
public abstract fun bar(): R|T|
public open fun foo(): R|T|
}
public final class B : R|test/A<kotlin/String>| {
public open fun bar(): R|kotlin/String|
public constructor(): R|test/B|
}