1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

-> in this branch

This commit is contained in:
Kevin Glynn 2011-05-05 16:53:06 +02:00
parent 980e721888
commit ab6882062d

View File

@ -739,7 +739,7 @@ scope {
}
}
else {
WarningFailedResolve($i.tree.Token.Line, "Could not resolve field or property expression against " + seType.ToString());
WarningFailedResolve($pi.tree.Token.Line, "Could not resolve field or property expression against " + seType.ToString());
}
}
}