1 package shark.internal 2 3 internal enum class ReferenceLocationType { 4 INSTANCE_FIELD, 5 STATIC_FIELD, 6 LOCAL, 7 ARRAY_ENTRY 8 } 9
1 package shark.internal 2 3 internal enum class ReferenceLocationType { 4 INSTANCE_FIELD, 5 STATIC_FIELD, 6 LOCAL, 7 ARRAY_ENTRY 8 } 9