mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Removed "this." from mixin
This commit is contained in:
parent
fb7745af85
commit
a669d13c42
1 changed files with 1 additions and 1 deletions
|
@ -2052,7 +2052,7 @@ namespace System
|
|||
count++;
|
||||
var stringArr = scope:mixin StringView[count];
|
||||
int idx = 0;
|
||||
for (var strView in this.Split(splitChar))
|
||||
for (var strView in Split(splitChar))
|
||||
stringArr[idx++] = strView;
|
||||
stringArr
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue