blob: 434d9e79421f4d97029c2d59296ef1151d210bf4 [file]
// MODULE: original
fun foo() {
fun bar1() {}
}
// MODULE: copy
fun foo() {
fun bar2() {}
}