4520e02bae
#KT-37421 Fixed
14 lines
339 B
Plaintext
Vendored
14 lines
339 B
Plaintext
Vendored
// F.class
|
|
// ------------------------------------------
|
|
public abstract fun interface F : kotlin/Any {
|
|
|
|
// signature: f(Ljava/lang/String;I)V
|
|
public abstract fun kotlin/String.f(x: kotlin/Int): kotlin/Unit
|
|
|
|
// module name: test-module
|
|
}
|
|
// META-INF/test-module.kotlin_module
|
|
// ------------------------------------------
|
|
module {
|
|
}
|