<?php

// Intentional parse error.
// Testing handling of multi-property statements during live coding (missing semicolon after statement).
// This must be the only test in this file.
class MyOtherClass
{
    public
        $varS,
        $varT
}
