mirror of
https://github.com/github/codeql.git
synced 2026-01-05 10:40:21 +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 {
|
|
}
|
|
}
|