Added templates for val and var. Removed corresponding keywords from completion.
This commit is contained in:
@@ -810,7 +810,9 @@ public class JetParsing extends AbstractJetParsing {
|
||||
|
||||
if (at(COLON)) {
|
||||
advance(); // COLON
|
||||
parseTypeRef();
|
||||
if (!parseIdeTemplate()) {
|
||||
parseTypeRef();
|
||||
}
|
||||
}
|
||||
|
||||
parseTypeConstraintsGuarded(typeParametersDeclared);
|
||||
|
||||
Reference in New Issue
Block a user