Create from usage: Use separate editor for templates which should be placed in Java files

This commit is contained in:
Alexey Sedunov
2015-02-20 13:25:47 +03:00
parent 6bdff82c3a
commit 2af83c58c9
42 changed files with 252 additions and 124 deletions
@@ -6,5 +6,4 @@ class B {
class Foo: J.A(1, "2", B()) {
}
}
@@ -6,5 +6,4 @@ class B {
class Foo: J.A(abc = 1, ghi = "2", def = B()) {
}
}
@@ -2,5 +2,4 @@
// ERROR: Unresolved reference: A
class Foo: J.A {
}
}