Forbid "move property to constructor" for expect classes #KT-28381 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-11-22 18:10:56 +03:00
parent f960ed9a46
commit 10cc4959cc
3 changed files with 17 additions and 3 deletions
@@ -0,0 +1,8 @@
// IS_APPLICABLE: false
// ERROR: The feature "multi platform projects" is experimental and should be enabled explicitly
expect class Outer {
class Nested {
val <caret>x: Int
}
}