Create from usage: Use separate editor for templates which should be placed in Java files
This commit is contained in:
+1
-2
@@ -6,5 +6,4 @@ class B {
|
||||
|
||||
class Foo: J.A(1, "2", B()) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
+1
-2
@@ -6,5 +6,4 @@ class B {
|
||||
|
||||
class Foo: J.A(abc = 1, ghi = "2", def = B()) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
+1
-2
@@ -2,5 +2,4 @@
|
||||
// ERROR: Unresolved reference: A
|
||||
class Foo: J.A {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user