3a8ad45dec
Reverts and fixes 102f0d3
10 lines
176 B
Plaintext
Vendored
10 lines
176 B
Plaintext
Vendored
package test
|
|
|
|
public open class Simple {
|
|
public constructor Simple()
|
|
public open fun foo(): kotlin.Unit
|
|
|
|
// Static members
|
|
public open fun bar(): kotlin.Unit
|
|
}
|