blob: b9df67c9af1a837f90c704391e39e04b63b54785 [file]
package test
public open class NativeMethod {
public constructor NativeMethod()
public open external fun foo(): kotlin.Unit
}