aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/gleam/anonymous_function.gleam
blob: bcbdc23941f3c0f05c8a340692cab5131ffc46a1 (plain) (blame)
1
2
3
4
5
6
7
fn() {
  fn() {
    fn() {
      True
    }
  }
}