remove requirements for explicit return type for public members

This commit is contained in:
Michael Nedzelsky
2015-09-03 02:01:08 +03:00
parent 724f13954a
commit 3a4dfc5241
15 changed files with 29 additions and 86 deletions
-1
View File
@@ -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