Files
kotlin-fork/compiler/testData/serialization/builtinsSerializer/simple.txt
T
2015-09-08 02:04:44 +03:00

11 lines
284 B
Plaintext
Vendored

package test
public val property: kotlin.Unit
public fun function(/*0*/ int: kotlin.Int, /*1*/ string: kotlin.String = ...): test.Class
public fun </*0*/ T> T.extension(): T?
public final class Class {
public constructor Class()
public final fun member(): kotlin.Nothing?
}