Skip to content

Commit

Permalink
KE2: Use a more consistent TRAP label
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Nov 21, 2024
1 parent d17e3d5 commit 7baeea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/kotlin-extractor2/src/main/kotlin/entities/Types.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private fun KotlinUsesExtractor.useClassType(
val classId = addClassLabel(c.symbol as KaClassSymbol)
val javaResult = TypeResult(classId /* , TODO, TODO */)
val kotlinTypeId =
tw.getLabelFor<DbKt_class_type>("@\"kt_class{$classId}\"") {
tw.getLabelFor<DbKt_class_type>("@\"kt_class;{$classId}\"") {
tw.writeKt_class_types(it, classId)
}
val kotlinResult = TypeResult(kotlinTypeId /* , "TODO", "TODO" */)
Expand Down

0 comments on commit 7baeea6

Please sign in to comment.