mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
/** Provides classes for working with locations. */
|
|
|
|
import files.FileSystem
|
|
private import codeql.rust.elements.internal.LocationImpl
|
|
|
|
final class Location = LocationImpl::Location;
|
|
|
|
final class EmptyLocation = LocationImpl::EmptyLocation;
|