|
import QtQuick 2.0
|
|
|
|
QtObject {
|
|
|
|
// PLEASE NOTE: the function below is whitespace and newline sensitive,
|
|
// because that is what the test is all about.
|
|
//
|
|
// So: DO NOT REFORMAT THE CODE BELOW!
|
|
|
|
function code() {
|
|
var a, b, c;
|
|
a=b
|
|
++c
|
|
|
|
if (a === b) {
|
|
}
|
|
}
|
|
}
|
|
|