help wanted
Repository metrics
- Stars
- (6,431 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
have this (this comes from something slightly more elaborate) somewhere:
public class something
{
public something()
{
}
String thisandthat()
{
}
return "string";
}
this will throw a "Found one too many { characters without a } to match it." message, which somehow just isn't quite right.