mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Minor: remove error marker from commented out test code
This commit is contained in:
@@ -8,7 +8,7 @@ public class UsingReadOnlyInterfaces {
|
||||
iCollection.clear();
|
||||
// this is not an error when analyzing against kotlin sources (which is a bug), this inconsistency is hard to fix with the current approach
|
||||
// KT-22594
|
||||
// iCollection.<error>getSize</error>();
|
||||
// iCollection.getSize();
|
||||
iCollection.size();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user