blob: 1d8b7fc91ac22441e35bd4bcb475a9031fa4ecfb [file] [log] [blame]
fun foo(paramTest: Int = 12)
fun test() {
// '=' is expected
foo(param<caret>)
}