remove requirements for explicit return type for public members
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// "Specify type explicitly" "false"
|
||||
// ACTION: Convert property to function
|
||||
// ERROR: Public or protected member should have specified type
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
class A() {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Specify type explicitly" "true"
|
||||
// ERROR: Public or protected member should have specified type
|
||||
|
||||
package a
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// "Specify type explicitly" "true"
|
||||
// ERROR: Public or protected member should have specified type
|
||||
|
||||
package a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user