-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Class, method, and constructor declarations (#307)
* Function declarations * Fix top-level functions * Constructor support + some code cleanup * Commit test changes * fix duplicated super calls in default constructors * Generify InvocationExprent parameter removal * Completely redo kotlin annotation declarations (again) * Update metadata * Add `override` guessing and context receivers * Kotlin's Contracts! * Minor code cleanup * Update from upstream changes * Update contract test * Fix constructor oddities * Commit constructor test changes * Import InvocationKind * Fix some bugs with suspend functions and odd constructor oddities * Trim metadata jar + fix Kotlin test * Fix a handful of missing method issues and clarify error * Fix a contract issue with receiver types
- Loading branch information
Showing
63 changed files
with
3,990 additions
and
2,573 deletions.
There are no files selected for viewing
Binary file not shown.
10 changes: 5 additions & 5 deletions
10
plugins/kotlin/src/main/java/org/vineflower/kotlin/KotlinChooser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/kotlin/src/main/java/org/vineflower/kotlin/KotlinDecompilationContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.