emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode c7cc7a3b74 3/7: Add tests for opaque result typ


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode c7cc7a3b74 3/7: Add tests for opaque result types (some)
Date: Sat, 18 Jun 2022 04:58:57 -0400 (EDT)

branch: elpa/swift-mode
commit c7cc7a3b743dd198890730358f81744dcae08d20
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Add tests for opaque result types (some)
---
 test/swift-files/indent/declarations.swift | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/test/swift-files/indent/declarations.swift 
b/test/swift-files/indent/declarations.swift
index d7515a5850..41a13165e6 100644
--- a/test/swift-files/indent/declarations.swift
+++ b/test/swift-files/indent/declarations.swift
@@ -766,3 +766,20 @@ let values: [
   any
     Any
 ] = []
+
+// some
+
+var
+  foo
+  :
+  some
+  Foo {
+    return Bar()
+}
+
+func foo()
+  ->
+  some
+  Foo {
+    return Bar()
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]