update inbox list
This commit is contained in:
3
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-constructor.expect.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-constructor.expect.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<span class="hljs-function"><span class="hljs-keyword">public</span> MyClass.<span class="hljs-title">new</span><span class="hljs-params">()</span> <span class="hljs-keyword">throws</span> Exception</span>{
|
||||
<span class="hljs-comment">// intertype constructor body</span>
|
||||
}
|
||||
3
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-constructor.txt
vendored
Normal file
3
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-constructor.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
public MyClass.new() throws Exception{
|
||||
// intertype constructor body
|
||||
}
|
||||
6
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-method.expect.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-method.expect.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<span class="hljs-keyword">public</span> <span class="hljs-function"><span class="hljs-keyword">void</span> MyClass.<span class="hljs-title">doSomething</span><span class="hljs-params">()</span> <span class="hljs-keyword">throws</span> Exception</span>{
|
||||
<span class="hljs-comment">// intertype method body</span>
|
||||
}
|
||||
<span class="hljs-keyword">public</span> <span class="hljs-function"><span class="hljs-keyword">void</span> A.<span class="hljs-title">doSomething</span><span class="hljs-params">(<span class="hljs-keyword">int</span> param1)</span></span>{
|
||||
<span class="hljs-comment">// intertype method body</span>
|
||||
}
|
||||
6
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-method.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/aspectj/intertype-method.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public void MyClass.doSomething() throws Exception{
|
||||
// intertype method body
|
||||
}
|
||||
public void A.doSomething(int param1){
|
||||
// intertype method body
|
||||
}
|
||||
Reference in New Issue
Block a user