Added diagnostic error when in function declaration name was omitted
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class C {
|
||||
fun<error> </error>() {
|
||||
<error>fun ()</error> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package<EOLError></EOLError>
|
||||
|
||||
fun<error> </error>() {
|
||||
<error>fun ()</error> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user