KT-2228 Open and final trait members are loaded as abstract from binary Kotlin classes.
Added storing modality for trait members in @JetMethod annotations. #KT-2228 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.A : jet.Any {
|
||||
open fun f(): jet.String
|
||||
}
|
||||
Reference in New Issue
Block a user