9 lines
84 B
C#
9 lines
84 B
C#
using System;
|
|
|
|
namespace X {
|
|
public class Y {
|
|
internal Y(String test) {
|
|
}
|
|
}
|
|
}
|