Fix operator warning on 'Constr()()'
This commit is contained in:
+4
-1
@@ -88,8 +88,11 @@ fun a() {
|
||||
<!OPERATOR_MODIFIER_REQUIRED!>!<!>a
|
||||
!c
|
||||
|
||||
<!OPERATOR_MODIFIER_REQUIRED!>a<!>()
|
||||
<!OPERATOR_MODIFIER_REQUIRED!>a()<!>
|
||||
c()
|
||||
|
||||
<!OPERATOR_MODIFIER_REQUIRED!>Example()()<!>
|
||||
Example2()()
|
||||
}
|
||||
|
||||
abstract class Base {
|
||||
|
||||
Reference in New Issue
Block a user