// "Create inner class 'Generic'" "true-preview" class Test { Test() { this (new Generic ()); } Test(String s){} }