aboutsummaryrefslogtreecommitdiff
path: root/test-utils/src/main/kotlin/com
AgeCommit message (Expand)Author
2023-01-19Support Definitely non null type language feature.Jiaxiang Chen
2023-01-12use correct overridee check for properties declared in constructors.Jiaxiang Chen
2023-01-12fix psi look up for java type parameter descriptors.Jiaxiang Chen
2023-01-06Use correct psi implementation for finding type parameter declaration.Jiaxiang Chen
2022-11-01AA: support multiple module test for AA.Jiaxiang Chen
2022-11-01final Java fields should not be mutable.Jiaxiang Chen
2022-10-04Implements referenceElement.Jiaxiang Chen
2022-09-23respect nullability annotations on Java type references.Jiaxiang Chen
2022-09-23Use abbreviated type for creating reference elements from inherited declarati...Jiaxiang Chen
2022-09-15Unmutes more single module tests for analysis API.Jiaxiang Chen
2022-09-13retrieve annotations for KSType from KotlinType instead of KSTypeReferenceJiaxiang Chen
2022-09-13manually look up in scope when annotation argument type is nested annotation.Jiaxiang Chen
2022-08-30AA: implement KtType rendering logic.Jiaxiang Chen
2022-08-27AA: implement annotation argument value.Jiaxiang Chen
2022-08-27fix test for hello.kt: sort test result.Jiaxiang Chen
2022-07-16Fix assignable check for function types with deserialized descriptors.Fedor Ihnatkevich
2022-06-28Recover `lateinit` modifier for descriptor-based implementations. (#1030)Fedor Ihnatkevich
2022-05-26fix annotation value resolution for annotations declared in Java source.Jiaxiang Chen
2022-05-17use correct type for vararg value parameter descriptor implementationJiaxiang Chen
2022-05-10try to get psi before creating sealed sub class declarationsJiaxiang Chen
2022-04-30UPDATE_KOTLIN_VERSION: 1.7.20-dev-474Jiaxiang Chen
2022-04-22Add support for getting annotation default values (#949)James Kleeh
2022-04-20Add support for knowing if an annotation value was declared or notjameskleeh
2022-04-04Fix subtype checking for Java types.Jiaxiang Chen
2022-04-03use abbrevation for type arguments in KSTypeYigit Boyar
2022-04-03repro for #881Yigit Boyar
2022-03-30Align superTypes among implementationsTing-Yuan Huang
2022-03-17Hoist test file parsing logicTing-Yuan Huang
2022-03-17Move test processors to test-utilsTing-Yuan Huang
2022-03-17Introduce new test framework in test-utilsTing-Yuan Huang