mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
This also fixes support for multiple sources of the same name in different directories. Add a test for both problems. Issue: #19505
14 lines
201 B
C#
14 lines
201 B
C#
namespace CSharpOnly
|
|
{
|
|
namespace nested
|
|
{
|
|
public class Lib1
|
|
{
|
|
public static int getResult()
|
|
{
|
|
return 23;
|
|
}
|
|
}
|
|
}
|
|
}
|