forked from qt-creator/qt-creator
Add Qml type checks for assigning literals to properties.
Done-with: Erik Verbruggen
This commit is contained in:
@@ -61,6 +61,7 @@ private:
|
||||
const Interpreter::Value *lhsValue,
|
||||
const Interpreter::Value *rhsValue,
|
||||
QmlJS::AST::ExpressionNode *ast);
|
||||
void errorOnWrongRhs(const AST::SourceLocation &loc, const Interpreter::Value *lhsValue);
|
||||
|
||||
void warning(const AST::SourceLocation &loc, const QString &message);
|
||||
void error(const AST::SourceLocation &loc, const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user