Created
April 28, 2022 15:09
-
-
Save joakime/9681c4800238bae1bfbd7e19c8b61fd8 to your computer and use it in GitHub Desktop.
Huge Class File Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A {{ | |
int a; | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
try {a=0;} finally { | |
a=0; | |
}}}}}}}}}}}} | |
} | |
A() { } | |
A(int a) { } | |
A(char a) { } | |
A(double a) { } | |
A(float a) { } | |
A(long a) { } | |
A(short a) { } | |
A(boolean a) { } | |
A(String a) { } | |
A(Integer a) { } | |
A(Float a) { } | |
A(Short a) { } | |
A(Long a) { } | |
A(Double a) { } | |
A(Boolean a) { } | |
A(Character a) { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment