Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/IntWithDefault.txt
2015-06-01 19:23:07 +03:00

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()
}