Add FooClass2

This commit is contained in:
abazov73 2022-11-13 17:06:39 +04:00
parent 343b8bcf2e
commit a8663359ca

View File

@ -0,0 +1,13 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package TestPackage2;
/**
*
* @author Андрей
*/
public class FooClass2 {
private char foo;
}