Introduce "add default constructor for expect class" fix

Related to KT-24597
This commit is contained in:
Mikhail Glukhikh
2018-08-06 13:22:59 +03:00
parent 3dd99ce4cb
commit 79abf90916
8 changed files with 119 additions and 0 deletions
@@ -0,0 +1,11 @@
// "Add default constructor to expect class" "false"
// ENABLE_MULTIPLATFORM
// ACTION: Create subclass
// ACTION: Remove constructor call
// ERROR: This class does not have a constructor
expect interface A
open class C : A<caret>()
actual interface A