Hi, I’m just playing with the condy prototype and I quickly stumbled upon a problem with this line of code - bug or not yet implemented? Intrinsics.ldc(ClassRef.of(String.class)) java: argument to ldc() must be a constant The alternative works fine Intrinsics.ldc(ClassRef.of(“java.lang.String”) Thanks, Robert