cb92990ed6
- Keep the test data under "native/native.tests/testData/klib/" dir - Rename tests from "klib contents" to "klib dump-metadata"
6 lines
177 B
Plaintext
Vendored
6 lines
177 B
Plaintext
Vendored
class Class constructor() {
|
|
fun member(): Nothing?
|
|
}
|
|
fun <T> T.extension(): T?
|
|
fun function(int: Int, string: String = ...): Class
|
|
val property: Unit |