mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: major changes to support addition of languages from cmake modules directory.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A
|
||||
{
|
||||
public A()
|
||||
{
|
||||
}
|
||||
|
||||
public void printName()
|
||||
{
|
||||
System.out.println("A");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user