blob: b3af49e2137602ca6cd71f4ec1e7c2b9ff74c5f0 [file] [log] [blame]
package p; //5, 24 - 5, 26
class A {
void f() {
String temp= "";
String string= temp;
}
}