debbfa8397
Merge-request: KT-MR-8509 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
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 |