KT-2193 Nullability information lost for functions inherited from traits
#KT-2193 fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.A : jet.Any {
|
||||
open fun f(): jet.String
|
||||
}
|
||||
final class test.B : test.A {
|
||||
final /*constructor*/ fun <init>(): test.B
|
||||
open override /*1*/ fun f(): jet.String
|
||||
}
|
||||
Reference in New Issue
Block a user