mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
167 B
Plaintext
Vendored
8 lines
167 B
Plaintext
Vendored
package test
|
|
|
|
internal fun www(/*0*/ kotlin.Int = ...): kotlin.Int
|
|
|
|
public/*package*/ open class IntWithDefault {
|
|
public/*package*/ constructor IntWithDefault()
|
|
}
|