FILE: localDeclarationWithExpression.kt
    private final? val nonLocalProperty: List<XXX>by LAZY_EXPRESSION
        private get(): <implicit> {
            ^ D|/nonLocalProperty|.getValue#(Null(null), ::R|/nonLocalProperty|)
        }
