f202a5c31d
#KT-4524 Fixed
7 lines
63 B
Kotlin
7 lines
63 B
Kotlin
trait T {
|
|
fun foo(a:Int = 1)
|
|
}
|
|
|
|
class C : T {
|
|
<caret>
|
|
} |