mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Java Uast: Initial implementation
This commit is contained in:
13
plugins/uast-java/testData/NestedClasses.java
vendored
Normal file
13
plugins/uast-java/testData/NestedClasses.java
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
class NestedClasses {
|
||||
public static class Nested {
|
||||
void func1() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class Inner {
|
||||
void func2() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user