bcfb5f3b09
#KT-4149 Fixed #KT-4839 Fixed
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
package test
|
|
|
|
public open class Simple {
|
|
public constructor Simple()
|
|
public open fun foo(): kotlin.Unit
|
|
|
|
// Static members
|
|
public open fun bar(): kotlin.Unit
|
|
}
|