11 lines
260 B
Plaintext
Vendored
11 lines
260 B
Plaintext
Vendored
FILE: Base.kt
|
|
public abstract interface First {
|
|
}
|
|
public open class Second {
|
|
public constructor(): super<R|kotlin/Any|>()
|
|
|
|
public open function foo R|First|.(s: R|kotlin/String|, i: R|kotlin/Int|): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|