codemirror / google-modes

A consistent set of modes for C, C++, Java, Go, JavaScript, TypeScript, Python, HTML, and Angular Templates
MIT License
33 stars 28 forks source link

[java] indentation thrown off by native array constructor reference. #323

Closed takamori closed 4 years ago

takamori commented 4 years ago
void foo() {
    Foo f = bar(Baz[]::new); // Press enter from the end of this line.
}