inline empty method

This commit is contained in:
Anna.Kozlova
2017-12-11 20:06:06 +01:00
parent 7aafb0eacb
commit 58f55c31c0
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,6 @@
class Test {
{
<caret>a();
}
void a() {}
}
@@ -0,0 +1,5 @@
class Test {
{
}
void a() {}
}