Add accessors: determine header properties more correctly

Related to KT-17322
This commit is contained in:
Mikhail Glukhikh
2017-09-08 16:08:21 +03:00
parent 13775f8637
commit c4ebfe8e84
3 changed files with 17 additions and 1 deletions
@@ -0,0 +1,6 @@
// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
// IS_APPLICABLE: false
header class Header {
val <caret>x: Int
}