Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
310 B
QML
19 lines
310 B
QML
import Qt.test 1.0
|
|
|
|
NumberAssignment {
|
|
test1: if (1) 6.7
|
|
test2: if (1) "6.7"
|
|
test3: if (1) 6
|
|
test4: if (1) "6"
|
|
|
|
test5: if (1) 6.7
|
|
test6: if (1) "6.7"
|
|
test7: if (1) 6
|
|
test8: if (1) "6"
|
|
|
|
test9: if (1) 6.7
|
|
test10: if (1) "6.7"
|
|
test11: if (1) 6
|
|
test12: if (1) "6"
|
|
}
|