Skip to content

Instantly share code, notes, and snippets.

@FalseHonesty
Created August 18, 2020 21:46
Show Gist options
  • Save FalseHonesty/cdb670fe4c640a5bfe8fd899de2b9a02 to your computer and use it in GitHub Desktop.
Save FalseHonesty/cdb670fe4c640a5bfe8fd899de2b9a02 to your computer and use it in GitHub Desktop.
FILE fqName:<root> fileName:/tmp/Kotlin-Compilation6376403763547423498/sources/main.kt
FUN name:main visibility:public modality:FINAL <> () returnType:kotlin.Unit
BLOCK_BODY
VAR name:myVarName type:club.sk1er.elementa.UIBlock [val]
CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in club.sk1er.elementa.UIBlock' type=club.sk1er.elementa.UIBlock origin=null
CALL 'public final fun assertEquals <T> (expected: T of kotlin.test.AssertionsKt.assertEquals, actual: T of kotlin.test.AssertionsKt.assertEquals, message: kotlin.String?): kotlin.Unit declared in kotlin.test.AssertionsKt' type=kotlin.Unit origin=null
<T>: kotlin.String?
expected: CONST String type=kotlin.String value="myVarName"
actual: CALL 'public final fun <get-name> (): kotlin.String? [fake_override] declared in club.sk1er.elementa.UIBlock' type=kotlin.String? origin=GET_PROPERTY
$this: GET_VAR 'val myVarName: club.sk1er.elementa.UIBlock [val] declared in <root>.main' type=club.sk1er.elementa.UIBlock origin=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment