mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
7 lines
149 B
Java
7 lines
149 B
Java
import androidx.fragment.app.Fragment;
|
|
|
|
public class TestFragment extends Fragment {
|
|
class SecondFragment extends android.app.Fragment {
|
|
}
|
|
}
|