07767f88e2
^KT-62340
27 lines
508 B
Plaintext
Vendored
27 lines
508 B
Plaintext
Vendored
library {
|
|
// module name: <simple.kt>
|
|
|
|
library fragment {
|
|
// package name: test
|
|
|
|
// class name: test/Class
|
|
|
|
public final class test/Class : kotlin/Any {
|
|
|
|
public constructor()
|
|
|
|
public final fun member(): kotlin/Nothing?
|
|
}
|
|
|
|
package {
|
|
|
|
public final fun <T#0 /* T */> T#0.extension(): T#0?
|
|
|
|
public final fun function(int: kotlin/Int, string: kotlin/String /* = ... */): test/Class
|
|
|
|
public final val property: kotlin/Unit
|
|
public final get
|
|
}
|
|
}
|
|
}
|