3f7627120b
The fix is simple and dirty, because the related code will be removed soon anyways. Fix is necessary for compiling Kara. #KT-3853 fixed
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
package test
|
|
|
|
internal open class Class : test.Trait {
|
|
/*primary*/ public constructor Class()
|
|
internal open override /*1*/ /*fake_override*/ fun f(/*0*/ a: jet.String): jet.Unit
|
|
}
|
|
|
|
internal trait Trait {
|
|
internal open fun f(/*0*/ a: jet.String): jet.Unit
|
|
}
|