blob: f95077f47cb69e277a348dfa21b266cc4470ccd0 [file] [log] [blame]
class Test {
private final String field;
Test(){
field = "text";
}
}