mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 121925c75aebd3656a6cb4086a01e1b52cc4cafd
10 lines
125 B
Java
10 lines
125 B
Java
package org.example;
|
|
|
|
public class Person {
|
|
private String a;
|
|
|
|
public Person(String a).Pe<caret> {
|
|
this.a = a;
|
|
}
|
|
}
|