aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/vala/20 genie multiple mixed sources/vala_test_two.vala
blob: b530efb9db049f0d1845aaae46dc2fcaf062c740 (plain)
1
2
3
4
5
6
7
namespace Vala {
    public class TestTwo {
        public bool is_true() {
            return true;
        }
    }
}