// IGNORE_FE10 class F { val a = arrayOf(1, 2) fun handleLeftBracketInFragment() { foo().peek().a[0]++ } fun foo() : F = F() fun peek() : F = this }