DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / with-declaration-wrong-type.test
123456789101112
Invalid Code class Foo { } class Bar { } void main () { with (Bar f = new Foo ()) { } }