isuckatcs
isuckatcs
The following snippet causes an assertion failure when compiled with `-std=c++17`: ```c++ struct S { int i; }; void crash() { S s[2][2]; int res[4]; res[0] = [s] { return...
^KTIJ-29317 Fixed
^KT-66169 Fixed
^KT-68893 Fixed Inside a contract annotations are not resolved which results in an internal error. I might be missing something, but seemingly both `contract` and `bar` are functions in the...
The Kotlin compiler parses according to different rules than what are described in this grammar specification. This patch aims to change the grammar to reflect the behaviour of the compiler,...
If a developer decides to either redefine builtin methods like `exit`, `throw`, etc. or defines methods with the same name inside a `class`, `Lint/UnreachableCode` will treat these methods as if...