Cleanup (sane testdata file name; formatting)

This commit is contained in:
Roman Shevchenko
2017-09-01 13:01:53 +03:00
parent 977d6617f0
commit f1a2c0b8e1
3 changed files with 22 additions and 78 deletions
@@ -0,0 +1,11 @@
class List {
/**
* javadoc must be present, see SCR 39108
*/
void foo() {}
}
class Test {
List l;
<caret>
}