diff --git a/TestApplication/src/TestPackage/NewClass.java b/TestApplication/src/TestPackage/NewClass.java new file mode 100644 index 0000000..d89cf83 --- /dev/null +++ b/TestApplication/src/TestPackage/NewClass.java @@ -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 TestPackage; + +/** + * + * @author Андрей + */ +public class NewClass { + public int foo; +}