Files
kotlin-fork/compiler
Dmitriy Novozhilov 49a1dfa20e [IR] Don't create packageFragment in IR builtins if not needed
In REPL it's possible that builtins will be created several times with
  the same symbol table. And since IrBuiltinsPackageFragmentDescriptorImpl
  has overridden equals, symbol for external package will be the same for
  different descriptors (with same FQN). So we should create IrExternalPackageFragment
  here only if it was not created before, on previous compilation
2023-07-17 21:02:40 +00:00
..
2023-07-12 13:11:25 +00:00