Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
20 lines
133 B
Java
20 lines
133 B
Java
/* /nodynamiccopyright/ */
|
|
class B
|
|
{
|
|
B() {
|
|
}
|
|
}
|
|
|
|
|
|
class B1
|
|
{
|
|
B1() {
|
|
x = 1;
|
|
}
|
|
}
|
|
|
|
class B2
|
|
{
|
|
B2() {
|
|
}
|
|
}
|