mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
14 lines
No EOL
326 B
Text
14 lines
No EOL
326 B
Text
/* LICENSE BEGIN
|
|
|
|
This file is part of the Sixty FPS Project
|
|
|
|
Copyright (c) 2020 Olivier Goffart <olivier.goffart@sixtyfps.io>
|
|
Copyright (c) 2020 Simon Hausmann <simon.hausmann@sixtyfps.io>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
LICENSE END */
|
|
Test := Window {
|
|
a: [,];
|
|
// ^error{invalid expression}
|
|
} |