Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/IntWithDefault.txt
2015-09-08 02:04:38 +03:00

8 lines
165 B
Plaintext
Vendored

package test
public fun www(/*0*/ kotlin.Int = ...): kotlin.Int
public/*package*/ open class IntWithDefault {
public/*package*/ constructor IntWithDefault()
}