mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #943] [MERGED] Test and document supercalls using the same method/property name #817
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/943
Author: @HT154
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/13/2025
Merged by: @bioball
Base:
main← Head:method-supercall-docs📝 Commits (1)
2764375Test and document supercalls using the same method/property name📊 Changes
9 files changed (+44 additions, -0 deletions)
View changed files
📝
docs/modules/language-reference/pages/index.adoc(+23 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/classes/supercalls.pkl(+8 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls1.pkl(+2 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls2.pkl(+2 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/input/modules/supercalls3.pkl(+3 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/classes/supercalls.pcf(+2 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls1.pcf(+1 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls2.pcf(+1 -0)📝
pkl-core/src/test/files/LanguageSnippetTests/output/modules/supercalls3.pcf(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.