1
Fork 0

Add impl newline tests

This commit is contained in:
Kevin Yeh 2015-11-23 22:54:44 -06:00
commit c408245e5d
2 changed files with 16 additions and 0 deletions

View file

@ -26,6 +26,16 @@ impl Foo {
fn foo() {}
}
impl Boo {
// BOO
fn boo() {}
// FOO
}
mod a {
impl Foo {
// Hello!

View file

@ -42,6 +42,12 @@ impl Foo {
fn foo() {}
}
impl Boo {
// BOO
fn boo() {}
// FOO
}
mod a {
impl Foo {
// Hello!