compiler/testData/compileJavaAgainstKotlin/method/IntWithDefault.kt (2 lines of code) (raw):

package test fun www(p: Int = 1) = p