Skip to content

Commit 1d27d93

Browse files
serraslukellmann
andauthored
Update proposals/context-parameters.md
Co-authored-by: Luca Kellermann <lukellmann@gmail.com>
1 parent 02eda34 commit 1d27d93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proposals/context-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ fun ResourceScope.openFile(file: File): InputStream
326326
context fun ResourceScope.openFile(file: File): InputStream
327327

328328
// The API is nicer using context receivers
329-
@JvmName("contextualFileOpen") // needed to avoid platform clash
330329
context(ResourceScope) fun File.open(): InputStream
331330
```
332331

0 commit comments

Comments
 (0)