Files
kotlin-fork/native/native.tests/testData/klib/dump-metadata/builtinsSerializer/simple.txt
T
2023-10-27 09:28:00 +00:00

8 lines
194 B
Plaintext
Vendored

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