'add primary constructor fix' changed to 'change to invocation fix' (for delegators to super class)

This commit is contained in:
svtk
2012-01-24 16:32:52 +04:00
parent 70d0cd882b
commit 428681f1d3
8 changed files with 90 additions and 75 deletions
@@ -0,0 +1,7 @@
// "Change to constructor invocation" "true"
open class A {
}
class B : A<caret>() {}
@@ -0,0 +1,7 @@
// "Change to constructor invocation" "true"
open class A {
}
class B : A<caret> {}