Leland Takamine

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Leland Takamine created a post, Kotlin nullability information in PSI / UAST
Given the following class definition in a project: class Bar<T>(t: T) {} What is the correct way to query whether the constructor parameter of Bar<Foo> is nullable via the Psi and/or UAST API? For ... -
-
Leland Takamine created a post, PsiClass.superclass returns null in LightCodeInsightFixtureTestCase
I'm trying to understand why the assertion in the following test fails: class TmpTest : LightCodeInsightFixtureTestCase() { fun test() { myFixture.configureByFiles("Child.java", "Parent... -
Leland Takamine commented, -