Remove quotes around visibility in invisible member diagnostic
Original commit: 83000c50ff
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
Cannot access 'funA': it is 'internal' in 'test' at line 4, column 5
|
||||
Cannot access 'funB': it is 'internal' in 'test' at line 4, column 5
|
||||
Cannot access 'testFunA': it is 'internal' in 'test' at line 5, column 5
|
||||
Cannot access 'testFunB': it is 'internal' in 'test' at line 5, column 5
|
||||
Cannot access 'funA': it is internal in 'test' at line 4, column 5
|
||||
Cannot access 'funB': it is internal in 'test' at line 4, column 5
|
||||
Cannot access 'testFunA': it is internal in 'test' at line 5, column 5
|
||||
Cannot access 'testFunB': it is internal in 'test' at line 5, column 5
|
||||
Reference in New Issue
Block a user