// IGNORE_FE10 class F { var a = 1 fun handleLeftBracketInFragment() { foo().peek().a++ } fun foo() : F = F() fun peek() : F = this }