Skip to content

1.1

Compare
Choose a tag to compare
@mglukhikh mglukhikh released this 01 Mar 12:03

Compiler exceptions

  • KT-16411 Exception from compiler when try to inline callable reference to class constructor inside object
  • KT-16412 Exception from compiler when try call SAM constructor where argument is callable reference to nested class inside object
  • KT-16413 When we create sam adapter for java.util.function.Function we add incorrect null-check for argument

Standard library

  • KT-6561 Drop java.util.Collections package from js stdlib
  • javaClass extension property is no more deprecated due to migration problems

IDE

  • KT-16329 Inspection "Calls to staic methods in Java interfaces..." always reports warning undependent of jvm-target