Add impl newline tests

This commit is contained in:
Kevin Yeh 2015-11-23 22:54:44 -06:00
parent b6dc8a3f76
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!