Forbid "introduce backing property" for expect classes #KT-28382 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-11-22 18:17:56 +03:00
parent 10cc4959cc
commit 41b75346fe
3 changed files with 16 additions and 1 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
}
}