Add modality/visibility/inline to all expect/actual declarations in QF
So #KT-25539 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Make 'One' open" "true"
|
||||
// ERROR: This type is final, so it cannot be inherited from
|
||||
|
||||
expect open class One
|
||||
expect class Two : <caret>One
|
||||
Reference in New Issue
Block a user